DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollectionBase<T> Class / GetItemType Method

In This Topic
    GetItemType Method (C1EntityFrameworkCoreCursorDataCollectionBase<T>)
    In This Topic
    Gets the type of the item.
    Syntax
    'Declaration
     
    Public Overridable Function GetItemType() As Type
    public virtual Type GetItemType()
    See Also